services.podman.containers.<name>.dropCapabilities
The capabilities to drop from the container.
- Type
list of string- Default
[ ]- Example
[ "CAP_DAC_OVERRIDE" "CAP_IPC_OWNER" ]- Declared
- <home-manager/modules/services/podman/linux/containers.nix>
The capabilities to drop from the container.
list of string[ ][
"CAP_DAC_OVERRIDE"
"CAP_IPC_OWNER"
]